projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f3cb31
)
configure: fix detecting CUPS 2.x
author
Misty De Meo
<mistydemeo@github.com>
Thu, 16 Jun 2016 22:59:27 +0000
(15:59 -0700)
committer
Marek Kasik
<mkasik@redhat.com>
Fri, 17 Jun 2016 12:46:21 +0000
(14:46 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=767766
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 0502f3351279c1bc4c0d9141f2c51d67c2c28036..3abd800427c6a2030bc729109508c4ab3a95a4f7 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1491,7
+1491,7
@@
else
CUPS_API_MAJOR=`echo $ECHO_N $CUPS_API_VERSION | awk -F. '{print $1}'`
CUPS_API_MINOR=`echo $ECHO_N $CUPS_API_VERSION | awk -F. '{print $2}'`
- if test $CUPS_API_MAJOR -
g
t 1 -o \
+ if test $CUPS_API_MAJOR -
l
t 1 -o \
$CUPS_API_MAJOR -eq 1 -a $CUPS_API_MINOR -lt 2; then
AC_MSG_ERROR([CUPS >= 1.2 not found])
fi